3.1.4 \(\int (c+d x) \cosh (a+b x) \, dx\) [4]

Optimal. Leaf size=28 \[ -\frac {d \cosh (a+b x)}{b^2}+\frac {(c+d x) \sinh (a+b x)}{b} \]

[Out]

-d*cosh(b*x+a)/b^2+(d*x+c)*sinh(b*x+a)/b

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.167, Rules used = {3377, 2718} \begin {gather*} \frac {(c+d x) \sinh (a+b x)}{b}-\frac {d \cosh (a+b x)}{b^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(c + d*x)*Cosh[a + b*x],x]

[Out]

-((d*Cosh[a + b*x])/b^2) + ((c + d*x)*Sinh[a + b*x])/b

Rule 2718

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rule 3377

Int[((c_.) + (d_.)*(x_))^(m_.)*sin[(e_.) + (f_.)*(x_)], x_Symbol] :> Simp[(-(c + d*x)^m)*(Cos[e + f*x]/f), x]
+ Dist[d*(m/f), Int[(c + d*x)^(m - 1)*Cos[e + f*x], x], x] /; FreeQ[{c, d, e, f}, x] && GtQ[m, 0]

Rubi steps

\begin {align*} \int (c+d x) \cosh (a+b x) \, dx &=\frac {(c+d x) \sinh (a+b x)}{b}-\frac {d \int \sinh (a+b x) \, dx}{b}\\ &=-\frac {d \cosh (a+b x)}{b^2}+\frac {(c+d x) \sinh (a+b x)}{b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.04, size = 27, normalized size = 0.96 \begin {gather*} \frac {-d \cosh (a+b x)+b (c+d x) \sinh (a+b x)}{b^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(c + d*x)*Cosh[a + b*x],x]

[Out]

(-(d*Cosh[a + b*x]) + b*(c + d*x)*Sinh[a + b*x])/b^2

________________________________________________________________________________________

Maple [A]
time = 0.73, size = 53, normalized size = 1.89

method result size
risch \(\frac {\left (b d x +b c -d \right ) {\mathrm e}^{b x +a}}{2 b^{2}}-\frac {\left (b d x +b c +d \right ) {\mathrm e}^{-b x -a}}{2 b^{2}}\) \(47\)
derivativedivides \(\frac {\frac {d \left (\left (b x +a \right ) \sinh \left (b x +a \right )-\cosh \left (b x +a \right )\right )}{b}-\frac {d a \sinh \left (b x +a \right )}{b}+c \sinh \left (b x +a \right )}{b}\) \(53\)
default \(\frac {\frac {d \left (\left (b x +a \right ) \sinh \left (b x +a \right )-\cosh \left (b x +a \right )\right )}{b}-\frac {d a \sinh \left (b x +a \right )}{b}+c \sinh \left (b x +a \right )}{b}\) \(53\)
meijerg \(-\frac {2 d \cosh \left (a \right ) \sqrt {\pi }\, \left (-\frac {1}{2 \sqrt {\pi }}+\frac {\cosh \left (b x \right )}{2 \sqrt {\pi }}-\frac {b x \sinh \left (b x \right )}{2 \sqrt {\pi }}\right )}{b^{2}}+\frac {d \sinh \left (a \right ) \left (\cosh \left (b x \right ) b x -\sinh \left (b x \right )\right )}{b^{2}}+\frac {c \cosh \left (a \right ) \sinh \left (b x \right )}{b}-\frac {c \sinh \left (a \right ) \sqrt {\pi }\, \left (\frac {1}{\sqrt {\pi }}-\frac {\cosh \left (b x \right )}{\sqrt {\pi }}\right )}{b}\) \(95\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x+c)*cosh(b*x+a),x,method=_RETURNVERBOSE)

[Out]

1/b*(d/b*((b*x+a)*sinh(b*x+a)-cosh(b*x+a))-d/b*a*sinh(b*x+a)+c*sinh(b*x+a))

________________________________________________________________________________________

Maxima [B] Leaf count of result is larger than twice the leaf count of optimal. 68 vs. \(2 (28) = 56\).
time = 0.26, size = 68, normalized size = 2.43 \begin {gather*} \frac {c e^{\left (b x + a\right )}}{2 \, b} + \frac {{\left (b x e^{a} - e^{a}\right )} d e^{\left (b x\right )}}{2 \, b^{2}} - \frac {c e^{\left (-b x - a\right )}}{2 \, b} - \frac {{\left (b x + 1\right )} d e^{\left (-b x - a\right )}}{2 \, b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a),x, algorithm="maxima")

[Out]

1/2*c*e^(b*x + a)/b + 1/2*(b*x*e^a - e^a)*d*e^(b*x)/b^2 - 1/2*c*e^(-b*x - a)/b - 1/2*(b*x + 1)*d*e^(-b*x - a)/
b^2

________________________________________________________________________________________

Fricas [A]
time = 0.39, size = 30, normalized size = 1.07 \begin {gather*} -\frac {d \cosh \left (b x + a\right ) - {\left (b d x + b c\right )} \sinh \left (b x + a\right )}{b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a),x, algorithm="fricas")

[Out]

-(d*cosh(b*x + a) - (b*d*x + b*c)*sinh(b*x + a))/b^2

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 46, normalized size = 1.64 \begin {gather*} \begin {cases} \frac {c \sinh {\left (a + b x \right )}}{b} + \frac {d x \sinh {\left (a + b x \right )}}{b} - \frac {d \cosh {\left (a + b x \right )}}{b^{2}} & \text {for}\: b \neq 0 \\\left (c x + \frac {d x^{2}}{2}\right ) \cosh {\left (a \right )} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a),x)

[Out]

Piecewise((c*sinh(a + b*x)/b + d*x*sinh(a + b*x)/b - d*cosh(a + b*x)/b**2, Ne(b, 0)), ((c*x + d*x**2/2)*cosh(a
), True))

________________________________________________________________________________________

Giac [A]
time = 0.41, size = 46, normalized size = 1.64 \begin {gather*} \frac {{\left (b d x + b c - d\right )} e^{\left (b x + a\right )}}{2 \, b^{2}} - \frac {{\left (b d x + b c + d\right )} e^{\left (-b x - a\right )}}{2 \, b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x+c)*cosh(b*x+a),x, algorithm="giac")

[Out]

1/2*(b*d*x + b*c - d)*e^(b*x + a)/b^2 - 1/2*(b*d*x + b*c + d)*e^(-b*x - a)/b^2

________________________________________________________________________________________

Mupad [B]
time = 0.07, size = 35, normalized size = 1.25 \begin {gather*} \frac {c\,\mathrm {sinh}\left (a+b\,x\right )+d\,x\,\mathrm {sinh}\left (a+b\,x\right )}{b}-\frac {d\,\mathrm {cosh}\left (a+b\,x\right )}{b^2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cosh(a + b*x)*(c + d*x),x)

[Out]

(c*sinh(a + b*x) + d*x*sinh(a + b*x))/b - (d*cosh(a + b*x))/b^2

________________________________________________________________________________________